read pdf py

27

import textract
text = textract.process('path/to/pdf/file', method='pdfminer')

Comments

Submit
0 Comments